home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 144 (1990-08-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 144 (1990-08-15)(Ossowski, Stefan)(DE)(PD).adf / LinkSound / Readme < prev    next >
Text File  |  1990-07-07  |  2KB  |  61 lines

  1. *****************************************************************
  2. *                                                               *
  3. *          The files in this drawer are Public-Domain           *
  4. *                                                               *
  5. *                        Dieter Bruns                           *
  6. *                                                               *
  7. *                                                               *
  8. *****************************************************************
  9.  
  10.                   CONTENTS of this drawer
  11.  
  12. PlayHit :  For demo
  13. -------------------
  14. Created with following commands:
  15. lc PlayHit.c
  16. blink lib:c.o PlayHit.o Hit.o lib lib:lc.lib
  17.  
  18.  
  19. PlayBeep : For demo
  20. -------------------
  21. Created with following commands:
  22. lc PlayBeep.c
  23. blink lib:c.o PlayBeep.o Hit.o lib lib:lc.lib
  24.  
  25.  
  26. Hit.asm  Beep.asm : Source
  27. ----------------
  28. Written with Devpac
  29. Result: Hit.o  Beep.o
  30.  
  31. Hit.o  Beep.o : Linkfiles for Blink
  32. -------------------------
  33. Link this files to your programm, if you want use
  34. it with e.g: Lattice-C.
  35.  
  36.  
  37. PlayHit.c PlayHit.asm PlayBeep.c PlayBeep.asm
  38. ---------------------------------------------
  39. These files show you, how to call Hit() and Beep() from Lattice-C
  40. or Assembler.
  41.  
  42.  
  43. Beep Hit
  44. --------
  45. They are the result of:
  46. Blink Hit.o
  47. Blink Beep.o
  48.  
  49. This will automatically load the audio-data into CHIP-RAM !
  50.  
  51.  
  52.  
  53. address :
  54.  
  55. Dieter Bruns                  Dieter Bruns
  56. Lilienweg 131        or       Rebenring 63/0521
  57. 2725 Hemsbünde                3300 Braunschweig
  58. WEST-GERMANY                  WEST-GERMANY
  59. Tel.: 04266-677               Tel.: 0531-344416
  60.  
  61.